WindowHost.BuildWindowCore(HandleRef) method¶
Defined in
Type: WindowHostCrissCross.WPF
Assembly: CrissCross.WPF.dll
Applies to
net10.0-windows10.0.19041, net10.0-windows7.0, net9.0-windows10.0.19041, net9.0-windows7.0, net8.0-windows10.0.19041, net8.0-windows7.0, net481, net481
protected override HandleRef BuildWindowCore(HandleRef hwndParent)
Summary: When overridden in a derived class, creates the window to be hosted.
Parameters
| Name | Type | Description |
|---|---|---|
hwndParent | HandleRef | The window handle of the parent window. |
Returns: HandleRef -- The handle to the child Win32 window to create.